home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / editor / vpad9510.zip / CKVSET.1 / KVCMDS.KVV < prev    next >
Text File  |  1996-05-30  |  4KB  |  139 lines

  1. ; KVCMDS.KVV
  2. ; This file contains the definition of KV Commands
  3. ; Note: all commands in this file are intrinsic functions of KV
  4. ;   this file does not yet implement the master list mechanism
  5.  
  6. [Dictation Commands]
  7. SUBLIST(Open-Application)
  8.  
  9. "delete-that" = delete_that,,CMD, N, N
  10. "delete-noise" = delete_noise,,CMD, N, N
  11.  
  12. "take-one" = take_1,,CMD, N, N
  13. "take-two" = take_2,,CMD, N, N
  14. "take-three" = take_3,,CMD, N, N
  15. "take-four" = take_4,,CMD, N, N
  16.  
  17. "back-up-one" = backup_1,,CMD, N, N
  18. "back-up-two" = backup_2,,CMD, N, N
  19. "back-up-three" = backup_3,,CMD, N, N
  20. "back-up-four" = backup_4,,CMD, N, N
  21.  
  22. "move-on" = move_on,,CMD, N, N
  23.  
  24. "forward-one" = forward_1,,CMD, N, N
  25. "forward-two" = forward_2,,CMD, N, N
  26. "forward-three" = forward_3,,CMD, N, N
  27. "forward-four" = forward_4,,CMD, N, N
  28.  
  29. "endings-of-best" = forms_of_0,,CMD, N, N
  30. "endings-of-one" = forms_of_1,,CMD, N, N
  31. "endings-of-two" = forms_of_2,,CMD, N, N
  32. "endings-of-three" = forms_of_3,,CMD, N, N
  33. "endings-of-four" = forms_of_4,,CMD, N, N
  34.  
  35. "correct-that" = correct_that,,CMD, N, N
  36. "open-keyboard" = voice_keyboard,,CMD, N, N
  37.  
  38. ; KV control words
  39.  
  40. "save-profile" = save_profile,,CMD, N, Y
  41. "open-active-words" = show_active_words,,CMD, N, N
  42. "close-active-words" = hide_active_words,,CMD, N, N
  43. "open-take" = show_take,,CMD, N, N
  44. "close-take" = hide_take,,CMD, N, N
  45. "stop-listening" = stop_listening,,CMD, N, N
  46. "recognition-wizard" = recognition_wizard,,CMD, N, N
  47. "sound-levels" = check_levels,,CMD, N, N
  48.  
  49. ; listen-to-me is in another list
  50.  
  51. ; capitalization and spacing
  52.  
  53. "initial-caps" = begin_document,,CMD, N, N
  54. "initial-cap-that" = initial_cap_that,,CMD, N, N
  55. "initial-cap-on" = initial_cap_on,,CMD, N, N
  56. "initial-cap-off" = initial_cap_off,,CMD, N, N
  57. "uppercase-that" = uppercase_that,,CMD, N, N
  58. "uppercase-on" = uppercase_on,,CMD, N, N
  59. "uppercase-off" = uppercase_off,,CMD, N, N
  60. "lowercase-that" = lowercase_that,,CMD, N, N
  61. "lowercase-on" = lowercase_on,,CMD, N, N
  62. "lowercase-off" = lowercase_off,,CMD, N, N
  63. "auto-cap-on" = auto_cap_on,,CMD, N, N
  64. "auto-cap-off" = auto_cap_off,,CMD, N, N
  65. "auto-spacing-on" = auto_spacing_on,,CMD, N, N
  66. "auto-spacing-off" = auto_spacing_off,,CMD, N, N
  67. "add-space" = add_space,,CMD, N, N
  68. "delete-space" = delete_space,,CMD, N, N
  69.  
  70. ; cue card commands
  71.  
  72. "voice-alphabet-cue-card" = voice_alphabet_cue_card,,CMD, N, N
  73. "basic-commands-cue-card" = basic_commands_cue_card,,CMD, N, N
  74. "navigation-cue-card" = navigation_cue_card,,CMD, N, N
  75. "punctuation-cue-card" = punctuation_cue_card,,CMD, N, N
  76. "numbers-cue-card" = numbers_cue_card,,CMD, N, N
  77.  
  78.  
  79. ;************************************************************
  80. ; this is a mini-word list used by the stop-listening command
  81. ;************************************************************
  82.  
  83. [Listen To Me]
  84. ATTRIBUTE(MORE DEAF)
  85. "listen-to-me" = listen_to_me,,CMD, N, N
  86. ;"take-one"          = take_1,,CMD, N, N
  87.  
  88.  
  89. [Continuous Digits]
  90. "1" = "1", , TEXT
  91. "2" = "2", , TEXT
  92. "3" = "3", , TEXT
  93. "4" = "4", , TEXT
  94. "5" = "5", , TEXT
  95. "6" = "6", , TEXT
  96. "7" = "7", , TEXT
  97. "8" = "8", , TEXT
  98. "9" = "9", , TEXT
  99. "0" = "0", , TEXT
  100. "-" = "-", , TEXT
  101. "," = ",", , TEXT
  102. "[DIGITS]" = 
  103.  
  104.  
  105. ;*****************************************************************
  106. ; this is the list of wordlists included in menu-tracked wordlists
  107. ;*****************************************************************
  108.  
  109. [Tracked Menu Sublists]
  110. SUBLIST(Windows Menu Commands, Dictation Commands)
  111.  
  112.  
  113.  
  114. ;*******************************************************************
  115. ; this is the list of wordlists included in dialog-tracked wordlists
  116. ;*******************************************************************
  117.  
  118. [Tracked Dialog Sublists]
  119. SUBLIST(Windows Commands, Dictation Commands, Voice Alphabet, Punctuation Keys, Extended Keys, Navigation Keys, Continuous Digits)
  120.  
  121. [Tracked Dialog FreeText Sublists]
  122. SUBLIST(Windows Commands, Dictation Commands, Global Words, Continuous Digits)
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.